home *** CD-ROM | disk | FTP | other *** search
- Path: nntphost.dur.ac.uk!nntp
- From: "Fred H.-M. Chen" <H.M.Chen@durham.ac.uk>
- Newsgroups: comp.lang.c++
- Subject: How to corporate GNU g++ and SUN system calls
- Date: Fri, 12 Jan 1996 13:17:58 +0000
- Organization: University of Durham, Durham, UK
- Message-ID: <30F65F86.41C67EA6@durham.ac.uk>
- NNTP-Posting-Host: tann-4.dur.ac.uk
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0b2 (X11; I; SunOS 4.1.3_U1 sun4m)
-
- Dear C++ users,
-
- I have tried to used sleep(...), exit() and other SUN system calls in
- my program. However, when I complied it, the complier gives ma some
- warnings, such as the inconsistence of the declared types; one is int
- and the other is void. I think it is because of the inconsistence of GNU
- g++ and SUN original system calls. How can I solve this problem?
-
- Thanks in advance.
-